(0) Obligation:

Runtime Complexity TRS:
The TRS R consists of the following rules:

msort(nil) → nil
msort(.(x, y)) → .(min(x, y), msort(del(min(x, y), .(x, y))))
min(x, nil) → x
min(x, .(y, z)) → if(<=(x, y), min(x, z), min(y, z))
del(x, nil) → nil
del(x, .(y, z)) → if(=(x, y), z, .(y, del(x, z)))

Rewrite Strategy: FULL

(1) DecreasingLoopProof (EQUIVALENT transformation)

The following loop(s) give(s) rise to the lower bound Ω(2n):
The rewrite sequence
min(x, .(y, z)) →+ if(<=(x, y), min(x, z), min(y, z))
gives rise to a decreasing loop by considering the right hand sides subterm at position [1].
The pumping substitution is [z / .(y, z)].
The result substitution is [ ].

The rewrite sequence
min(x, .(y, z)) →+ if(<=(x, y), min(x, z), min(y, z))
gives rise to a decreasing loop by considering the right hand sides subterm at position [2].
The pumping substitution is [z / .(y, z)].
The result substitution is [x / y].

(2) BOUNDS(2^n, INF)

(3) RenamingProof (EQUIVALENT transformation)

Renamed function symbols to avoid clashes with predefined symbol.

(4) Obligation:

Runtime Complexity Relative TRS:
The TRS R consists of the following rules:

msort(nil) → nil
msort(.(x, y)) → .(min(x, y), msort(del(min(x, y), .(x, y))))
min(x, nil) → x
min(x, .(y, z)) → if(<=(x, y), min(x, z), min(y, z))
del(x, nil) → nil
del(x, .(y, z)) → if(='(x, y), z, .(y, del(x, z)))

S is empty.
Rewrite Strategy: FULL

(5) SlicingProof (LOWER BOUND(ID) transformation)

Sliced the following arguments:
if/0
<=/0
<=/1
='/0
='/1

(6) Obligation:

Runtime Complexity Relative TRS:
The TRS R consists of the following rules:

msort(nil) → nil
msort(.(x, y)) → .(min(x, y), msort(del(min(x, y), .(x, y))))
min(x, nil) → x
min(x, .(y, z)) → if(min(x, z), min(y, z))
del(x, nil) → nil
del(x, .(y, z)) → if(z, .(y, del(x, z)))

S is empty.
Rewrite Strategy: FULL

(7) TypeInferenceProof (BOTH BOUNDS(ID, ID) transformation)

Infered types.

(8) Obligation:

TRS:
Rules:
msort(nil) → nil
msort(.(x, y)) → .(min(x, y), msort(del(min(x, y), .(x, y))))
min(x, nil) → x
min(x, .(y, z)) → if(min(x, z), min(y, z))
del(x, nil) → nil
del(x, .(y, z)) → if(z, .(y, del(x, z)))

Types:
msort :: nil:.:if → nil:.:if
nil :: nil:.:if
. :: nil:.:if → nil:.:if → nil:.:if
min :: nil:.:if → nil:.:if → nil:.:if
del :: nil:.:if → nil:.:if → nil:.:if
if :: nil:.:if → nil:.:if → nil:.:if
hole_nil:.:if1_0 :: nil:.:if
gen_nil:.:if2_0 :: Nat → nil:.:if

(9) OrderProof (LOWER BOUND(ID) transformation)

Heuristically decided to analyse the following defined symbols:
msort, min, del

They will be analysed ascendingly in the following order:
min < msort
del < msort

(10) Obligation:

TRS:
Rules:
msort(nil) → nil
msort(.(x, y)) → .(min(x, y), msort(del(min(x, y), .(x, y))))
min(x, nil) → x
min(x, .(y, z)) → if(min(x, z), min(y, z))
del(x, nil) → nil
del(x, .(y, z)) → if(z, .(y, del(x, z)))

Types:
msort :: nil:.:if → nil:.:if
nil :: nil:.:if
. :: nil:.:if → nil:.:if → nil:.:if
min :: nil:.:if → nil:.:if → nil:.:if
del :: nil:.:if → nil:.:if → nil:.:if
if :: nil:.:if → nil:.:if → nil:.:if
hole_nil:.:if1_0 :: nil:.:if
gen_nil:.:if2_0 :: Nat → nil:.:if

Generator Equations:
gen_nil:.:if2_0(0) ⇔ nil
gen_nil:.:if2_0(+(x, 1)) ⇔ .(nil, gen_nil:.:if2_0(x))

The following defined symbols remain to be analysed:
min, msort, del

They will be analysed ascendingly in the following order:
min < msort
del < msort

(11) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n4_0))) → *3_0, rt ∈ Ω(n40)

Induction Base:
min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, 0)))

Induction Step:
min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, +(n4_0, 1)))) →RΩ(1)
if(min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n4_0))), min(nil, gen_nil:.:if2_0(+(1, n4_0)))) →IH
if(*3_0, min(nil, gen_nil:.:if2_0(+(1, n4_0)))) →RΩ(1)
if(*3_0, if(min(nil, gen_nil:.:if2_0(n4_0)), min(nil, gen_nil:.:if2_0(n4_0))))

We have rt ∈ Ω(n1) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n).

(12) Complex Obligation (BEST)

(13) Obligation:

TRS:
Rules:
msort(nil) → nil
msort(.(x, y)) → .(min(x, y), msort(del(min(x, y), .(x, y))))
min(x, nil) → x
min(x, .(y, z)) → if(min(x, z), min(y, z))
del(x, nil) → nil
del(x, .(y, z)) → if(z, .(y, del(x, z)))

Types:
msort :: nil:.:if → nil:.:if
nil :: nil:.:if
. :: nil:.:if → nil:.:if → nil:.:if
min :: nil:.:if → nil:.:if → nil:.:if
del :: nil:.:if → nil:.:if → nil:.:if
if :: nil:.:if → nil:.:if → nil:.:if
hole_nil:.:if1_0 :: nil:.:if
gen_nil:.:if2_0 :: Nat → nil:.:if

Lemmas:
min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n4_0))) → *3_0, rt ∈ Ω(n40)

Generator Equations:
gen_nil:.:if2_0(0) ⇔ nil
gen_nil:.:if2_0(+(x, 1)) ⇔ .(nil, gen_nil:.:if2_0(x))

The following defined symbols remain to be analysed:
del, msort

They will be analysed ascendingly in the following order:
del < msort

(14) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
del(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n10299_0))) → *3_0, rt ∈ Ω(n102990)

Induction Base:
del(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, 0)))

Induction Step:
del(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, +(n10299_0, 1)))) →RΩ(1)
if(gen_nil:.:if2_0(+(1, n10299_0)), .(nil, del(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n10299_0))))) →IH
if(gen_nil:.:if2_0(+(1, n10299_0)), .(nil, *3_0))

We have rt ∈ Ω(n1) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n).

(15) Complex Obligation (BEST)

(16) Obligation:

TRS:
Rules:
msort(nil) → nil
msort(.(x, y)) → .(min(x, y), msort(del(min(x, y), .(x, y))))
min(x, nil) → x
min(x, .(y, z)) → if(min(x, z), min(y, z))
del(x, nil) → nil
del(x, .(y, z)) → if(z, .(y, del(x, z)))

Types:
msort :: nil:.:if → nil:.:if
nil :: nil:.:if
. :: nil:.:if → nil:.:if → nil:.:if
min :: nil:.:if → nil:.:if → nil:.:if
del :: nil:.:if → nil:.:if → nil:.:if
if :: nil:.:if → nil:.:if → nil:.:if
hole_nil:.:if1_0 :: nil:.:if
gen_nil:.:if2_0 :: Nat → nil:.:if

Lemmas:
min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n4_0))) → *3_0, rt ∈ Ω(n40)
del(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n10299_0))) → *3_0, rt ∈ Ω(n102990)

Generator Equations:
gen_nil:.:if2_0(0) ⇔ nil
gen_nil:.:if2_0(+(x, 1)) ⇔ .(nil, gen_nil:.:if2_0(x))

The following defined symbols remain to be analysed:
msort

(17) NoRewriteLemmaProof (LOWER BOUND(ID) transformation)

Could not prove a rewrite lemma for the defined symbol msort.

(18) Obligation:

TRS:
Rules:
msort(nil) → nil
msort(.(x, y)) → .(min(x, y), msort(del(min(x, y), .(x, y))))
min(x, nil) → x
min(x, .(y, z)) → if(min(x, z), min(y, z))
del(x, nil) → nil
del(x, .(y, z)) → if(z, .(y, del(x, z)))

Types:
msort :: nil:.:if → nil:.:if
nil :: nil:.:if
. :: nil:.:if → nil:.:if → nil:.:if
min :: nil:.:if → nil:.:if → nil:.:if
del :: nil:.:if → nil:.:if → nil:.:if
if :: nil:.:if → nil:.:if → nil:.:if
hole_nil:.:if1_0 :: nil:.:if
gen_nil:.:if2_0 :: Nat → nil:.:if

Lemmas:
min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n4_0))) → *3_0, rt ∈ Ω(n40)
del(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n10299_0))) → *3_0, rt ∈ Ω(n102990)

Generator Equations:
gen_nil:.:if2_0(0) ⇔ nil
gen_nil:.:if2_0(+(x, 1)) ⇔ .(nil, gen_nil:.:if2_0(x))

No more defined symbols left to analyse.

(19) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n1) was proven with the following lemma:
min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n4_0))) → *3_0, rt ∈ Ω(n40)

(20) BOUNDS(n^1, INF)

(21) Obligation:

TRS:
Rules:
msort(nil) → nil
msort(.(x, y)) → .(min(x, y), msort(del(min(x, y), .(x, y))))
min(x, nil) → x
min(x, .(y, z)) → if(min(x, z), min(y, z))
del(x, nil) → nil
del(x, .(y, z)) → if(z, .(y, del(x, z)))

Types:
msort :: nil:.:if → nil:.:if
nil :: nil:.:if
. :: nil:.:if → nil:.:if → nil:.:if
min :: nil:.:if → nil:.:if → nil:.:if
del :: nil:.:if → nil:.:if → nil:.:if
if :: nil:.:if → nil:.:if → nil:.:if
hole_nil:.:if1_0 :: nil:.:if
gen_nil:.:if2_0 :: Nat → nil:.:if

Lemmas:
min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n4_0))) → *3_0, rt ∈ Ω(n40)
del(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n10299_0))) → *3_0, rt ∈ Ω(n102990)

Generator Equations:
gen_nil:.:if2_0(0) ⇔ nil
gen_nil:.:if2_0(+(x, 1)) ⇔ .(nil, gen_nil:.:if2_0(x))

No more defined symbols left to analyse.

(22) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n1) was proven with the following lemma:
min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n4_0))) → *3_0, rt ∈ Ω(n40)

(23) BOUNDS(n^1, INF)

(24) Obligation:

TRS:
Rules:
msort(nil) → nil
msort(.(x, y)) → .(min(x, y), msort(del(min(x, y), .(x, y))))
min(x, nil) → x
min(x, .(y, z)) → if(min(x, z), min(y, z))
del(x, nil) → nil
del(x, .(y, z)) → if(z, .(y, del(x, z)))

Types:
msort :: nil:.:if → nil:.:if
nil :: nil:.:if
. :: nil:.:if → nil:.:if → nil:.:if
min :: nil:.:if → nil:.:if → nil:.:if
del :: nil:.:if → nil:.:if → nil:.:if
if :: nil:.:if → nil:.:if → nil:.:if
hole_nil:.:if1_0 :: nil:.:if
gen_nil:.:if2_0 :: Nat → nil:.:if

Lemmas:
min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n4_0))) → *3_0, rt ∈ Ω(n40)

Generator Equations:
gen_nil:.:if2_0(0) ⇔ nil
gen_nil:.:if2_0(+(x, 1)) ⇔ .(nil, gen_nil:.:if2_0(x))

No more defined symbols left to analyse.

(25) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n1) was proven with the following lemma:
min(gen_nil:.:if2_0(a), gen_nil:.:if2_0(+(1, n4_0))) → *3_0, rt ∈ Ω(n40)

(26) BOUNDS(n^1, INF)